home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / netz / awdpal / helpdocs / website < prev   
Text File  |  1980-01-07  |  3KB  |  85 lines

  1. Back to MENU
  2.  
  3.                         WWW site management
  4.                         -------------------
  5.  
  6. What is a Web site?
  7. -------------------
  8.  
  9. A Web site is a coherent collection of HTML documents.  A Web site
  10. should incorporate the following:
  11.  
  12.     1 - A systematic and logical design, so that navigation
  13. throughout the site is intuitive.
  14.     2 - Thoughtful and creative use of images and text formatting to
  15. give the documents a distinctive flair.  Images should be as small
  16. as pratically possible to cut down on bandwidth.
  17.     3 - And last but not least, some interesting content!
  18.  
  19. Web site creation
  20. -----------------
  21.  
  22. 1 - The two most powerful programming tools are the humble pen and
  23. pad of paper.  Planning your web site properly before putting
  24. fingers to keys is the first step in proper design.  Create a drawer
  25. for your graphics, text, and HTML documents.  Put these drawers into
  26. one more to represent the site.
  27.  
  28. 2 - Design graphics items such as breaks, bullets and banners.  Get
  29. a graphics convertor to convert Amiga ILBM/IFF format to GIF or
  30. JPEG.  These are widely available on the Aminet.
  31.  
  32. 3 - Using a good text editor, type the written content of each page.
  33. Remember to insert linefeeds (return strikes) at the end of each
  34. line, or AWebEd may have a fit.  You may want to use the AWebEd
  35. editor or a dedicated editor.
  36.  
  37. 4 - Now load up AWebEd.  Using the default tools (and creating your
  38. own for specialised purposes) format the document making full use of
  39. headers, lists, and images.  Add each document to the Hotlist.
  40.  
  41. 5 - Once all the pages have been created, it is time to insert the
  42. hyperlinks.  Use " locallinks " beween your pages and check that
  43. each of the links is working properly.  Finally, insert links to
  44. other WWW sites using the " Hyperlink " item.
  45.  
  46. 6 - If you are sure that the site is fully functional, it is time to
  47. transfer it to your filespace.  Before that, however, it will be
  48. necessary to alter all of the local links for other documents AND
  49. images so that they will work on the different system.  For each
  50. locallink, erase each path string EXCEPT for the name.  Hence:
  51.  
  52.     file://localhost/work:network/website/documents/index.htm
  53. or  file://localhost/work:network/website/gfx/break.gif
  54.  
  55.     becomes
  56.  
  57.     index.htm
  58. and break.gif
  59.  
  60. Make sure that you backup your files before doing this!
  61.  
  62. 7 - Now FTP your files across to your filespace.  Your website
  63. should now be acessible to the outside world.
  64.  
  65. 8 - The above system will work well for relatively small sites.
  66.  However, larger sites will suffer from the problem that since all
  67. the files are stored in the root of your filespace, access times
  68. will increase.  It is better practise to try to keep the filespace
  69. organised; for example, a directory for graphics, and so on.
  70.  Remember that the paths for locallinks and graphics will have to
  71. reflect any changes in the re-organisation of the hierachy.
  72.  
  73. Maintenance
  74. -----------
  75.  
  76.     Site maintenance is important, and oft neglected due to the
  77. tedious nature of the task.  Without maintenance, however, the site
  78. will rapidly become stale.  If you keep your hotlist updated,
  79. maintenance becomes less of a chore.  Frequency of maintenance
  80. depends on the amount of time you can devote, and the frequency of
  81. which your site is visited.  Frequent visitors will want to see
  82. something new every time!  You can keep track of visitations and so
  83. on using counters etc. that are widely available on the Net.
  84.  
  85.